-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sending email for notify reward amount #99
Conversation
|
||
const NotifyRewardAmountNotificationType = [ | ||
{ | ||
name: NOTIFICATION_TYPE_NAMES.NOTIFY_REWARD_AMOUNT, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mohammadranjbarz
I ran the migration and these fields are set successfully, but I am not sure about the correctness of their values and I don't know if I should put other fields too, or not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ae2079, LGTM (we can merge it once we can test it together after deployment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ae2079 You need to add notifyRewardAmount
to SEGMENT_METADATA_SCHEMA_VALIDATOR
to make it work.
Done, thank you Ramin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ae2079
Add fields for the notify reward amount notification from giv-token-contracts service
related to: Giveth/giveth-dapps-v2#4194